home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / opening.dir / 00215_Script_215 < prev    next >
Text File  |  1995-09-06  |  217b  |  16 lines

  1. on enterframe
  2.   CreditRollovers
  3.   if rollover(10) then
  4.     Handcursor
  5.   else
  6.     if rollover(11) then
  7.       Handcursor
  8.     else
  9.       ArrowCursor
  10.     end if
  11.   end if
  12. end
  13.  
  14. on exitFrame
  15.   go the frame
  16. end